home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / SYS_TOOL / PORTS / TPORTS.TXT < prev   
Text File  |  1996-06-28  |  2KB  |  54 lines

  1. This component will read and write from the computers I/O ports.
  2.  
  3. TPort Component Version 1.0
  4. Tports.dcu
  5. Tports.dcr
  6.  
  7. To Install:
  8. Copy Tports.dcu and Tports.dcr to your Component Directory
  9. Go to components/Add. Browse Select Tports.dcu
  10.  
  11.  
  12. Methods : Writetoport;
  13.           Readfromport:dWord;
  14.  
  15.  
  16. Propertys : Address
  17.             Data
  18.             datatype [dtbyte, dtword, dtdword]
  19.  
  20.  
  21. Example Program 
  22. Ports.exe
  23. Ports.dpr
  24. Portage.pas
  25. portage.dfm
  26. ports.res
  27.  
  28.  
  29. This Component is Shareware if you find it useful you must register the component
  30. upon registration you will recieve the full working version with no reminder dialogs.
  31.  
  32. $15.00 registration fee for component
  33. with source $25.00
  34.  
  35. For more information Contact Brian Bradley at
  36. email: briankim@3lefties.com
  37. Phone: 1-505-763-9723 or 1-505-562-2112
  38.  
  39.                        W A R R A N T Y    D I S C L A I M E R
  40.                       ----------------------------------------
  41.  
  42.  
  43.  
  44.            ****************************************************************
  45.            *                                                              *
  46.            * This software package is provided AS IS.                     *
  47.            *                                                              *
  48.            * BRIAN BRADLEY MAKES NO WARRANTY OF ANY KIND, EXPRESSED     *
  49.            * OR IMPLIED, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF  *
  50.            * MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.     *
  51.            *                                                              *
  52.            ****************************************************************
  53.  
  54.